[INFO] cloning repository https://github.com/oddlama/embedded-devices
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/oddlama/embedded-devices" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Foddlama%2Fembedded-devices", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Foddlama%2Fembedded-devices'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 401090e1cf1aa29029b01aeffd86c356765d3b41
[INFO] checking oddlama/embedded-devices against try#d8be25549d5418405531341b4be6d8538fc3c42e for pr-156160
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Foddlama%2Fembedded-devices" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-5-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/oddlama/embedded-devices
[INFO] finished tweaking git repo https://github.com/oddlama/embedded-devices
[INFO] tweaked toml for git repo https://github.com/oddlama/embedded-devices written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/oddlama/embedded-devices on toolchain d8be25549d5418405531341b4be6d8538fc3c42e
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d8be25549d5418405531341b4be6d8538fc3c42e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/oddlama/embedded-devices already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d8be25549d5418405531341b4be6d8538fc3c42e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 35b74e19b6d2254c1a3d0bcec88a38e2a8ef390eb6cfc695d036eec307573df5
[INFO] running `Command { std: "docker" "start" "35b74e19b6d2254c1a3d0bcec88a38e2a8ef390eb6cfc695d036eec307573df5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "35b74e19b6d2254c1a3d0bcec88a38e2a8ef390eb6cfc695d036eec307573df5" "/opt/rustwide/cargo-home/bin/cargo" "+d8be25549d5418405531341b4be6d8538fc3c42e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "35b74e19b6d2254c1a3d0bcec88a38e2a8ef390eb6cfc695d036eec307573df5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "35b74e19b6d2254c1a3d0bcec88a38e2a8ef390eb6cfc695d036eec307573df5" "/opt/rustwide/cargo-home/bin/cargo" "+d8be25549d5418405531341b4be6d8538fc3c42e" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling prettyplease v0.2.35
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]     Checking unicode-ident v1.0.18
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling ident_case v1.0.1
[INFO] [stderr]    Compiling radium v0.7.0
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]     Checking byteorder v1.5.0
[INFO] [stderr]    Compiling pulldown-cmark v0.11.3
[INFO] [stderr]     Checking stable_deref_trait v1.2.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling embedded-hal-async v1.0.0
[INFO] [stderr]     Checking konst_macro_rules v0.2.19
[INFO] [stderr]    Compiling syn v2.0.104
[INFO] [stderr]     Checking tap v1.0.1
[INFO] [stderr]    Compiling unicase v2.8.1
[INFO] [stderr]    Compiling heapless v0.8.0
[INFO] [stderr]    Compiling typenum v1.18.0
[INFO] [stderr]     Checking hash32 v0.3.1
[INFO] [stderr]    Compiling bitflags v2.9.1
[INFO] [stderr]    Compiling unicode-xid v0.2.6
[INFO] [stderr]     Checking proc-macro2 v1.0.95
[INFO] [stderr]    Compiling thiserror v2.0.12
[INFO] [stderr]     Checking konst v0.2.19
[INFO] [stderr]    Compiling proc-macro-utils v0.10.0
[INFO] [stderr]     Checking wyz v0.5.1
[INFO] [stderr]    Compiling const_format_proc_macros v0.2.34
[INFO] [stderr]     Checking crc-catalog v2.4.0
[INFO] [stderr]     Checking funty v2.0.0
[INFO] [stderr]     Checking embedded-hal v1.0.0
[INFO] [stderr]     Checking crc v3.3.0
[INFO] [stderr]     Checking quote v1.0.40
[INFO] [stderr]     Checking winnow v0.7.12
[INFO] [stderr]    Compiling manyhow-macros v0.11.4
[INFO] [stderr]    Compiling serde_json v1.0.141
[INFO] [stderr]    Compiling target-triple v0.1.4
[INFO] [stderr]     Checking bitvec v1.0.1
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]     Checking toml_writer v1.0.2
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]     Checking memchr v2.7.5
[INFO] [stderr]    Compiling heapless v0.9.1
[INFO] [stderr]    Compiling paste v1.0.15
[INFO] [stderr]     Checking const_format v0.2.34
[INFO] [stderr]     Checking glob v0.3.2
[INFO] [stderr]    Compiling unicode-segmentation v1.12.0
[INFO] [stderr]    Compiling anyhow v1.0.102
[INFO] [stderr]     Checking uom v0.38.0
[INFO] [stderr]    Compiling convert_case v0.8.0
[INFO] [stderr]     Checking toml_parser v1.0.1
[INFO] [stderr]     Checking approx v0.5.1
[INFO] [stderr]     Checking toml_datetime v0.7.0
[INFO] [stderr]     Checking serde_spanned v1.0.0
[INFO] [stderr]     Checking toml v0.9.2
[INFO] [stderr]     Checking regex-automata v0.4.9
[INFO] [stderr]     Checking darling_core v0.21.1
[INFO] [stderr]     Checking embedded-interfaces-codegen v0.10.3 (/opt/rustwide/workdir/embedded-interfaces-codegen)
[INFO] [stderr]    Compiling manyhow v0.11.4
[INFO] [stderr]    Compiling bytemuck_derive v1.9.3
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]    Compiling maybe-async-cfg v0.2.5
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]     Checking regex v1.11.1
[INFO] [stderr]     Checking bytemuck v1.23.1
[INFO] [stderr]    Compiling darling_macro v0.21.1
[INFO] [stderr]    Compiling darling v0.21.1
[INFO] [stderr]     Checking embedded-devices-derive v0.10.3 (/opt/rustwide/workdir/embedded-devices-derive)
[INFO] [stderr]     Checking embedded-interfaces v0.10.3 (/opt/rustwide/workdir/embedded-interfaces)
[INFO] [stderr]     Checking trybuild v1.0.106
[INFO] [stderr]     Checking embedded-devices v0.10.3 (/opt/rustwide/workdir/embedded-devices)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.87s
[INFO] running `Command { std: "docker" "inspect" "35b74e19b6d2254c1a3d0bcec88a38e2a8ef390eb6cfc695d036eec307573df5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "35b74e19b6d2254c1a3d0bcec88a38e2a8ef390eb6cfc695d036eec307573df5", kill_on_drop: false }`
[INFO] [stdout] 35b74e19b6d2254c1a3d0bcec88a38e2a8ef390eb6cfc695d036eec307573df5
